Fix :box attribute of faces in Leuven themes.
authorKen Mankoff <mankoff@gmail.com>
Wed, 16 Jul 2025 09:44:47 +0000 (05:44 -0400)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Jul 2025 12:12:54 +0000 (15:12 +0300)
* etc/themes/leuven-dark-theme.el:
* etc/themes/leuven-theme.el: Fix 'lui-highlight-face' face.
(Bug#79029)

etc/themes/leuven-dark-theme.el
etc/themes/leuven-theme.el

index 017cc08110cec95cbec0007adff4a571f7804116..ea9b4169f84cffeb953e6f6d2aecbb7b0e7872c6 100644 (file)
@@ -683,7 +683,7 @@ more..."
    `(lsp-ui-doc-background ((,class (:background "#2d2058"))))
    `(lsp-ui-sideline-code-action ((,class (:foreground "#ffffff" :background "#2526c0"))))
    `(lui-button-face ((,class ,link)))
-   `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#38ffff") :foreground "#38ffff" :background "#06017f")))) ; my nickname
+   `(lui-highlight-face ((,class (:box (:line-width 1 :color "#38ffff") :foreground "#38ffff" :background "#06017f")))) ; my nickname
    `(lui-time-stamp-face ((,class (:foreground "#64df19"))))
    `(magit-blame-header ((,class (:inherit magit-diff-file-header))))
    `(magit-blame-heading ((,class (:overline "#5d5862" :foreground "#06ffff" :background "#3c3741"))))
index 5d38c7071f1e6467a38acca37c80e20ef57cd240..946dfcdc30517325da90f74d48b744ca6943e05a 100644 (file)
@@ -737,7 +737,7 @@ more..."
    `(lsp-ui-doc-background ((,class (:background "#F6FECD"))))
    `(lsp-ui-sideline-code-action ((,class (:foreground "#000000" :background "#FFF68F"))))
    `(lui-button-face ((,class ,link)))
-   `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname
+   `(lui-highlight-face ((,class (:box (:line-width 1 :color "#CC0000") :foreground "#CC0000" :background "#FFFF88")))) ; my nickname
    `(lui-time-stamp-face ((,class (:foreground "purple"))))
    `(magit-blame-header ((,class (:inherit magit-diff-file-header))))
    `(magit-blame-heading ((,class (:overline "#A7A7A7" :foreground "red" :background "#E6E6E6"))))